home *** CD-ROM | disk | FTP | other *** search
- Echo off
- cls
- if not exist RC_CON.EXE goto end
- if exist ROBSOLID.EXE RSYS :Run RSYS if RoboSOLID installed
- :system_menu
- RC_CON :run configure
- if errorlevel 255 goto veryend :Exit if escaped from system menu
- if errorlevel 49 goto data_inpdev
- if errorlevel 40 goto data :Run RoboDATA
- if errorlevel 29 goto robocad_inpdev
- if errorlevel 20 goto robocad
- if errorlevel 1 goto system_menu
- RC
- :robocad_inpdev
- RC_EXEC INP_DEV.BAT
- :robocad
- echo Loading RoboCAD please wait
- :replace next line for different char sets
- :NB. comment not on same line as graftabl since it takes it as an argument !
- GRAFTABL
- ROBOCAD :do the real business
- goto system_menu :do it all again
- :data_inpdev
- RC_EXEC INP_DEV.BAT
- :data
- echo Loading RoboDATA please wait
- ATRB
- if errorlevel 255 goto veryend
- if errorlevel 20 goto robocad
- goto system_menu
- :end
- echo Please log on to system disk and restart
- :veryend
-